Canigó - Detall dels tags - form
This page last changed on Jun 14, 2012 by admin.
Detall dels tags - formDefineix un Formulari. Estén el tag layout:form ( http://struts.application-servers.com/doc/tags/panel.html#form ) de Struts-Layout. La documentació auto-generada del tag és a http://canigo.ctti.gencat.net/confluence/canigodocs/site/canigo2_2/tlddoc/fwk/form.html Atributs heredatsEls atributs heredats de layout:form son: action, align, bundle, enctype, focus, key, method, name, onreset, onsubmit, reqCode, scope, style, styleClass, target, type, width. Atributs específics de Canigó
Validacions(pendent) ExempleA continuació es presenta un fragment de pàgina que utilitza el tag fwk:form Pàgina JSP<%@ include file="/WEB-INF/jsp/includes/fwkTagLibs.jsp" %> <fwk:form action="provesTagsSimple.do" styleId="myActionForm" reqCode="show" method="post" layout="true"> (...) </fwk:form> |